home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / whereis / todo < prev    next >
Text File  |  1993-08-25  |  723b  |  17 lines

  1. todo:
  2.  
  3. sift more thoroughly thru unixlib, the directory listing
  4. functions are incredible slow: compare *ex and *cat and
  5. you know what I mean. unixlib seems to use OS routines that
  6. *ex uses (read full file info). Prog could be speeded up
  7. by probably 300%,if another readdir() function is available.
  8. Next release,sorry folks.
  9.  
  10. detect argc[0] = 'which' (program name as called),
  11. and break of search when the very first match for <name>
  12. has been found.This needs the hunt() function to return
  13. something, as well as tidying up help texts,so 'which'
  14. users don't get help for a mysterious 'whereis' program.
  15. I should obey GNU style a bit more.Then again this was no
  16. project to create 'whereis',but a project to play with Unixlib.
  17.